@charset "UTF-8";
/* CSS Document */

body{background-color: rgba(47,11,12,1.00); background-image: url("images/background.png"); background-repeat: no-repeat; background-position: center top; padding:45 0 0 0;
    
}
div.wrapper {width:1140px; margin: 0px auto;}
div.header 
{
    background-color: rgba(74,22,23,1.00); 
    height: 140px;  
   
}
div.header ul{
    margin-right:25px;
     float:right;
}
div.header li
{  
    display: inline-block;
    margin: 25px 10px 10px;
}
div.header a{
    display: inline-block;
    font-family: Gotham;
    font-size: 28pt;
    text-decoration: none;
    color: antiquewhite;
}
img.logo
{    
    float: left;
    width: 100px;
    height: 100px;
    margin: 20px 0px 10px 20px
}
div.content{
    
}
div.column1{
    float: right;
    width: 45%;
    margin: 0 auto;
}
div.column2{
    float: right;
    width: 55%;
    margin: 0px;
}
div.column3{
    float: right;
    width: 30%;
    margin: 0 auto;
    background-color: blue;
    height: 450px;
}
div.footer{}

img.bg{margin:15px auto 0px; align: center; display: block;}

table.cal{background-color: yellow; font-size: 16pt; text-align: center; padding: 10px; border: 3px solid black; width: 700px;}
table.cal td, th{border: 2px solid black; padding: 4px; }
table.cal th{text-transform:uppercase }



